a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-family: 'Microsoft Yahei';
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    letter-spacing: 1px
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit
}
.show_img {
    opacity: 0;
    animation: move 1s forwards;
    animation-play-state: paused;
}
.show_img_left {
    opacity: 0;
    animation: move_left 1s forwards;
    animation-play-state: paused;
}

.page .content .move{
    animation-play-state: running;
}
.page_bg .content .move_left{
    animation-play-state: running;
}

@keyframes move {
    from {
        opacity: 0;
        margin-right: -10px;
    }
    to {
        opacity: 1;
        margin-right: 20px;
    }
}
@keyframes move_left {
    from {
        opacity: 0;
        margin-left: -10px;
    }
    to {
        opacity: 1;
        margin-left: 20px;
    }
}


.waves-effect.waves-white .waves-ripple {
    background-color: rgba(255, 255, 252, 0.4);
}


.bigimg{
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 98;
    transition: all 1s;
    display: none
}
.mask:hover {
    cursor: zoom-out
}

.mask > img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

.mask > img:hover {
    cursor: pointer
}
.text_img {
    -webkit-transition: All 0.2s ease-in-out;
}

.text_img:hover {
    -webkit-transform: rotateY(20deg);
}

.company_right_text>p>a{
    color:#1e9ed8;
}
